Skip to main content

Get follower position history

Type: GET

Description: /future/copytrade/user/v1/copy-trade/follower-balance-bill

Parameters

NameTypeMandatoryDefaultDescriptionRanges
leaderAccountIdnumberYesleader accountId
symbolstringNosymbol
directionstringNodirectionNEXT, PREV
limitnumberNopage size10
idnumberNoid

Limit Flow Rules

Response

{
"returnCode": 0,
"msgInfo": "",
"error": {
"code": "",
"msg": "",
"args": [{}]
},
"result": {
"hasPrev": false,
"hasNext": false,
"items": [
{
"id": 0,
"accountId": 0, // account id
"coin": "", // currency
"symbol": "", // trading pair
"type": "", // EXCHANGE transfer CLOSE_POSITION close profit/loss TAKE_OVER position takeover QIANG_PING_MANAGER forced liquidation management fee FUND funding fee FEE fee (open, close, forced liquidation) ADL auto-deleveraging TAKE_OVER position takeover MERGE position merge
"amount": 0.0, // quantity
"side": "", // ADD deposit SUB withdrawal
"afterAmount": 0.0, // balance after change
"createdTime": 0 // time
}
]
}
}